/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */
.mktoForm {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #212529;
	background: #fff;
	font: 16px/1.5 "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: inherit;
	text-decoration: none;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p,
ul,
ol {
	margin-bottom: 1.5em;
}

p:where(p):has(+ :is(ul,
ol)),
ul:where(p):has(+ :is(ul,
ol)),
ol:where(p):has(+ :is(ul,
ol)) {
	margin-bottom: .75em;
}

.logo {
	display: block;
	max-width: 410px;
}

.logo a,
.logo img {
	display: block;
}

.logo:has(img[src=""]) {
	display: none !important;
	visibility: hidden;
}

.container {
	padding: 0 20px;
}

.mktoImg {
	display: block !important;
	width: 100%;
}

.mktoImg img {
	width: 100%;
}

section {
	margin-bottom: 30px;
}

#header {
	padding: 35px 0 30px;
}

.intro-section .container {
	padding: 0;
}

.intro-section .img-block img {
	width: 100%;
}

.post-section .columns-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}

.post-section .left-column {
	width: 100%;
}

.post-section .right-column {
	width: 100%;
}

.post-section .img-holder {
	border: 1px solid #212529;
	margin-top: 30px;
}

.post-section .img-holder:has(img[src=""]) {
	display: none !important;
	visibility: hidden;
}

.post-section .form-block {
	max-width: 475px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 2px 2px 13px 3px #ccc;
	border-radius: 15px;
}

.post-section .title-holder {
	margin-bottom: 15px;
}

.post-section .title-holder:has(div: not([class])) {
	display: none;
}

.post-section .title-holder > * {
	display: block;
	font-weight: 700;
	font-size: clamp(20px, 2vw, 26px);
	color: #c00;
	text-align: center;
}

#footer {
	background: #f8f8f8;
	padding: 30px 0;
	text-align: center;
}

#footer .post-holder {
	margin-bottom: -1.5em;
}

@media (min-width: 768px) {
	.container {
		padding: 0 30px;
	}

	section {
		margin-bottom: 50px;
	}

	.post-section .columns-block {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.post-section .left-column {
		width: auto;
		-webkit-box-flex: .85;
		-ms-flex: .85;
		flex: .85;
	}

	.post-section .right-column {
		width: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.post-section .form-block {
		padding: 20px 30px;
		margin: 0 0 0 auto;
	}
}

@media (min-width: 1024px) {
	.container {
		width: 100%;
		max-width: 1190px;
		padding: 0 40px;
		margin: 0 auto;
	}

	section {
		margin-bottom: var(--indent, 60px);
	}

	#header .container {
		max-width: 1130px;
	}

	.intro-section .container {
		max-width: 1100px;
	}

	.post-section .container {
		max-width: 1125px;
	}

	.post-section .img-holder {
		margin-top: 65px;
	}
}

